home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / WORDMISC / WRITTOOL.LZH / WORDS.DOC < prev    next >
Text File  |  1986-12-18  |  571b  |  19 lines

  1. -------------------------------------------------------------------------------
  2.  WORDS
  3. -------------------------------------------------------------------------------
  4. Summary:
  5.  
  6.      words [< filename]
  7.  
  8.  
  9. WORDS is a text filter that places all words appearing in the standard input
  10. on separate lines.
  11.  
  12. Examples:
  13.  
  14. Place all of the words in the file named textfile on individual lines, sort
  15. those lines, make a list of how many times each of the words occurred, and
  16. save that list in the file named wordlist.
  17.  
  18.      words < textfile | sort | freq > wordlist
  19.